GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.ThumbnailEx / GetItemAt Method





In This Topic
GetItemAt Method (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public Function GetItemAt( _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Integer
public int GetItemAt( 
   int X,
   int Y
)
public function GetItemAt( 
    X: Integer;
    Y: Integer
): Integer; 
public function GetItemAt( 
   X : int,
   Y : int
) : int;
public: int GetItemAt( 
   int X,
   int Y
) 
public:
int GetItemAt( 
   int X,
   int Y
) 

Parameters

X
Y
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.ThumbnailEx
ThumbnailEx Members